From: Daniel Golle Date: Sat, 26 Apr 2025 03:12:28 +0000 (+0100) Subject: ell: update to version 0.76 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=8aa1f77169ce751a0db7b998b0006c4e45a3f0b8;p=feed%2Fpackages.git ell: update to version 0.76 ver 0.76: Fix issue with random scalar generation. ver 0.75: Add support for converting OID octets to strings. Add support for NIST P-224 cuve usage with ECDH. Add support for NIST P-521 cuve usage with ECDH. Add support for SHA-3 series of hashing algorithms. ver 0.74: Add support for NIST P-192 curve usage with ECDH. Add support for SHA-224 based checksums and HMACs. ver 0.73: Fix issue with parsing hwdb.bin child structures. ver 0.72: Add support for the Test Anything Protocol. Signed-off-by: Daniel Golle --- diff --git a/libs/ell/Makefile b/libs/ell/Makefile index b39ed09524..5705ffc75b 100644 --- a/libs/ell/Makefile +++ b/libs/ell/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ell -PKG_VERSION:=0.71 +PKG_VERSION:=0.76 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/ell/ell.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=e8bbbea6704bd833ff48896d9740a12350287ed687be130b61b2642d0786da29 +PKG_MIRROR_HASH:=8ac8d7c368774bae174946f8783f28a762908c3ae919678bd3fe26101f69e1a3 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only